'宣言 Public Function New( _ ByVal underline As System.Nullable(Of Boolean) _ )
'使用法 Dim underline As System.Nullable(Of Boolean) Dim instance As New C1HyperlinkAttrs(underline)
public C1HyperlinkAttrs( System.Nullable<bool> underline )
パラメータ
- underline
- A value indicating whether the hyperlink text should be underlined.